The gnus-visual
variable controls most of the Gnus-prettifying aspects. If
nil, Gnus won't attempt to create menus or use fancy
colors or fonts. This will also inhibit loading the
gnus-vis.el file.
This variable can be a list of visual properties that are enabled. The following elements are valid, and are all included by default:
group-highlightsummary-highlightarticle-highlighthighlightgroup-menusummary-menuarticle-menubrowse-menuserver-menuscore-menumenuSo if you only want highlighting in the article buffer and menus in all buffers, you could say something like:
(setq gnus-visual '(article-highlight menu))
If you want highlighting only and no menus whatsoever, you'd say:
(setq gnus-visual '(highlight))
If gnus-visual is t, highlighting
and menus will be used in all Gnus buffers.
Other general variables that influence the look of all buffers include:
gnus-mouse-facegnus-visual is
nil.There are hooks associated with the creation of all the different menus:
gnus-article-menu-hookgnus-group-menu-hookgnus-summary-menu-hookgnus-server-menu-hookgnus-browse-menu-hookgnus-score-menu-hook